You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > SetCol Method > Matrix.SetCol Method ([In] TDenseMtxVec, int)
Dew Math for .NET
ContentsIndexHome
Example
var A: Matrix; V: Vector; begin A.Size(2,1,True); V.SetIt(True,[1,2, 2,4]); // complex vector A.SetCol(V,0); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.